

README for the Pocket Smalltalk virtual machine
Revision 1.6a4
===============================================

This is the source code for the Pocket Smalltalk virtual
machine.  It needs to be compiled using the PalmOS version
of the free GCC compiler - it will no longer compile under
Metrowerks CodeWarrior.

The source code is mainly plain C and should be reasonably
straightforward to understand.  The supplied batch file
'make.bat' will recompile the VM from scratch, assuming
you have GCC set up correctly.

The 'core.rcp' file can be recompiled using PilRC; it
contains two resources, one for the MiniDebugger form
and the other for the 'Form notify:' method.  These could
be extracted into another resource base rather than being
bound to the VM, but I put them here for simplicity.

Please read the licensing information in the enclosed
LICENSE.TXT file.  If you have questions, or would like
to contribute to development of the virtual machine,
visit my web site at: http://www.pocketsmalltalk.com

Have fun!

(c) www.PocketSmalltalk.com